@charset "utf-8";

/* header */
.header {
    height: 588px;
    background: url(../images/public/index_header_bg.png) no-repeat center top;
    background-size: 100% 100%;
}

/*.header-column .header {
    height: 312px;
    background: url(../images/public/header_bg.png) no-repeat center top;
}*/

.header>.container {
    position: relative;
}

.header-toolbar {
    height: 32px;
    line-height: 32px;
    color: #fff;
    position: absolute;
    top: 15px;
}

.header-toolbar.fl {
    left: 0;
}

.header-toolbar.fr {
    right: 0;
}

.header-toolbar a {
    color: #fff;
}

.header-toolbar a:hover {
    text-decoration: underline;
}

.header-toolbar li {
    position: relative;
    float: left;
}

.header-toolbar li.time {
    padding-right: 15px;
}

.header-toolbar li.wza {
    background-image: url(../images/public/header_icon_wza.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    padding-left: 40px;
}

.header-toolbar li.split:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    content: '';
    width: 1px;
    height: 18px;
    background: #fff;
    opacity: .46;
}

.header-toolbar li.split {
    margin-left: 15px;
}

.header-toolbar ul li+li {
    padding-left: 15px;
}

.header-toolbar ul+ul {
    margin-left: 15px;
}

.header-toolbar .mark {
    padding: 0 15px;
    border: #fff 1px solid;
    border-radius: 15px;
    height: 30px;
    line-height: 32px;
}

/* .header-toolbar .pullDown{position: relative;}
.header-toolbar .drop{position:absolute; top:39px; left:50%; margin-left:-52px; width:120px; padding-top: 7px; display:none; z-index:9; display:none;}
.header-toolbar .drop:after{content:''; width:0; height:0; overflow:hidden; border:7px solid transparent; border-bottom-color:rgba(0,0,0,0.4); -webkit-border-bottom-color:rgba(0,0,0,0.4); position:absolute; left:50%; top:-7px; margin-left:-7px;}
.header-toolbar .drop dt{padding:10px; background: rgba(0,0,0,0.4); -webkit-background: rgba(0,0,0,0.4); border-radius: 8px; overflow: hidden;}
.header-toolbar .drop dt img{display:block; margin:0 auto; width:100%; background: #fff; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.header-toolbar .drop dt span{display:block; text-align:center; color:#fff; padding-top:5px; line-height:18px; font-size:12px;}
.header-toolbar li:hover .drop{display: block;} */

.header-logo img {
    display: none;
}

.header .header-logo {
    padding: 108px 0 72px;
}

.header .header-logo-index {
    display: block;
    margin: 0 auto;
    /*max-height: 209px;*/
}

/*.header-column .header .header-logo {
    position: absolute;
    top: 116px;
    left: 0;
}

.header-column .header .header-logo-column {
    max-height: 102px;
}

.header-column .header .header-logo-column {
    display: block;
}

.header-column .header .header-search {
    position: absolute;
    top: 126px;
    right: 0;
    width: 540px;
}*/

.header .header-search {
    width: 680px;
    margin: 0 auto;
}

.header-search .searchbar {
    height: 62px;
    position: relative;
    border: 1px solid #00467D;
    background: rgba(255, 255, 255, .5);
    padding: 0 138px 0 30px;
    border-radius: 33px;
}

.header-search .txt {
    width: 100%;
    padding: 0 15px 0 30px;
    height: 60px;
    line-height: 60px;
    border: 0;
    color: #1C4DA3;
    background: url(../images/public/header_search_icon.png) no-repeat left center;
}

.header-search button {
    position: absolute;
    top: -7px;
    right: 62px;
    width: 75px;
    height: 75px;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    /* animation: rotate 5s linear infinite;
    -webkit-animation:rotate 5s linear infinite;
    -moz-animation:rotate 5s linear infinite;
    -o-animation:rotate 5s linear infinite; */
}

/* .header-search-btn:hover{filter:alpha(opacity=85); -moz-opacity: 0.85; opacity:0.85;} */
.header-search .txt::-webkit-input-placeholder {
    color: #00467D;
}

.header-search .advanced {
    position: absolute;
    right: 18px;
    top: 0;
    cursor: pointer;
    line-height: 61px;
    color: #00467D;
}

/* .header-search .advanced:after{content: ''; display: inline-block; width: 12px; height: 10px; margin-left: 5px; background: url(../images/public/header_search_arrow.png) no-repeat center center; background-size: 100% 100%;} */

.header-search .hotkey {
    padding: 14px 0 0 32px;
    color: #154394;
    display: none;
}

.header-search .hotkey a {
    color: #154394;
    margin-left: 10px;
    cursor: pointer;
}

.header-search .hotkey a:hover {
    color: #DB4032;
}

.mainnav {
    position: relative;
    z-index: 9;
    height: 68px;
    background: #195cad;
}

.mainnav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mainnav li {
    /*float: left;*/
    /*position: relative;*/
    /*width: 16.6667%;*/
    /*width: calc(100% / 7.0);*/
}

/*.mainnav li:nth-of-type(1) {
    float: left;
    position: relative;
    width: 10%;
}

.mainnav li:nth-of-type(4) {
    float: left;
    position: relative;
    width: 18%;
}*/

.mainnav li a {
    display: block;
    font-size: 1.375em;
    text-align: center;
    overflow: hidden;
}

.mainnav li span {
    display: inline-block;
    padding: 0 20px;
    /* margin: 13px 0; */
    /* height: 42px; */
    line-height: 65px;
    border: 1px solid transparent;
    font-weight: bold;
    color: #fff;
    /* border-radius: 24px; */
    transition: .3s all;

}

.mainnav li:hover span,
.mainnav li.on span {
    /* border-color: #fff; */
    background-color: #004c97;
}

.mainnav li:hover span:after,
.mainnav li.on span:after {
    width: 100%;
    opacity: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) skew(0deg) scale(1);
        -ms-transform: rotate(0deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(0deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(0deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(0deg) skew(0deg) scale(1);
    }

    100% {
        transform: rotate(360deg) skew(0deg) scale(1);
        -ms-transform: rotate(360deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(360deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(360deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(360deg) skew(0deg) scale(1);
    }
}


/*responsive*/
@media (max-width: 1240px) {
    .header-wrapper .header {
        height: auto;
        padding-bottom: 50px;
        background: url(../images/public/index_header_bg.png) no-repeat center top;
        background-size: cover;
    }

    .header-wrapper .header .header-logo {
        position: static;
        padding: 70px 0 25px;
    }

    .header-wrapper .header .header-logo-index {
        display: block;
        margin: 0 auto;
        max-height: 209px;
    }

    .header-wrapper .header .header-logo-column {
        display: none;
    }

    .header-wrapper .header .header-search {
        position: relative;
        top: auto;
        right: auto;
        width: 680px;
        max-width: 100%;
        margin: 0 auto;
    }

    .header-toolbar li.wza {
        display: none;
    }
 .header-toolbar li.time{
        display: none;
    }

    .header-toolbar li.zz.split:before {
        display: none;
    }

    .mainnav li a {
        font-size: 1.25em;
    }

    .mainnav li span {
        padding: 0;
        border: 0;
        height: auto;
    }


}


/* xs mobile*/
@media (max-width: 768px) {
    .header-search .hotkey {
        display: none;
    }

    .header-toolbar.fl {
        display: none;
    }

    .header-toolbar.fr {
        right: 15px;
    }

    .header-search .advanced {
        display: none;
    }

    .header-search .searchbar {
        padding-right: 75px;
    }

    .header-search button {
        right: -3px;
    }

    .mainnav .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mainnav {
        padding: 12px 0;
        height: auto;
    }

    .mainnav ul {
        display: block;
    }

    .mainnav li {
        float: left;
    }

    /*.mainnav li {
        width: 33.3333%;
        position: relative;
    }

    .mainnav li:nth-of-type(1) {
        width: 33.3333%;
    }

    .mainnav li:nth-of-type(4) {
        width: 33.3333%;
    }*/
    .mainnav li:after {
        content: "";
        width: 1px;
        height: 16px;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0;
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        opacity: 0.2;
    }

    .mainnav li a {
        height: 30px;
        overflow: hidden;
        padding: 4px 0;
        height: auto;
        line-height: 30px;
        font-size: 1.125em;
    }

    .mainnav li a span {
        line-height: normal;
        margin: 0;
    }

    .mainnav li:nth-child(3):after,
    .mainnav li:nth-child(6):after {
        display: none;
    }

    .mainnav li:hover span:after,
    .mainnav li.on span:after {
        display: none;
    }

    .mainnav li.nav1 {
        height: 70px;
        width: 19%;
        margin-top: 3px;
    }

    .mainnav li.nav1 a {
        padding: 0;
        line-height: 70px;
    }

    .mainnav li,
    .mainnav li:nth-of-type(4) {
        width: 27%;
    }

    .mainnav li:nth-child(4):after,
    .mainnav li:nth-child(7):after {
        display: none;
    }
}

@media (max-width: 767px) {
    .mainnav li.nav1 a:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/public/mainnav_icon_index.png) no-repeat;
        vertical-align: middle;
        margin: 0 10px 0 0;
        opacity: 0.7;
    }
}


@media (max-width: 640px) {
    .header-logo img {
        max-width: 90%;
    }

    .header-search {
        width: 100%;
    }

}


@media (max-width: 480px) {
    .header-toolbar {
        font-size: 13px;
        top: 10px;
    }

    .header-toolbar .mark {
        height: 26px;
        padding: 0 8px;
        line-height: 26px;
    }

    .header-search .searchbar {
        height: 56px;
        padding-left: 20px;
        padding-right: 65px;
    }

    .header-search button {
        width: 65px;
        height: 65px;
    }

    .header-search .txt {
        height: 54px;
        line-height: 54px;
    }

    /* .mainnav li.nav1 a{height: 70px; background: rgba(31,93,180,.95); border-radius: 5px; margin-left: 10px; line-height:normal; overflow: hidden;}
    .mainnav li.nav1 a:before{display: block; margin: 12px auto 8px;}
    .mainnav li.nav1:after{display: none;} */
    .mainnav li a {
        font-size: 16px;
    }

}

@media (max-width: 414px) {
    .header-toolbar li.ipv6 {
        padding-left: 0;
    }

    .header-toolbar li.ipv6:after {
        display: none;
    }

}

@media (max-width: 375px) {
    .header-toolbar {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .header-toolbar li {
        height: 30px;
    }

    .header-toolbar li.ipv6 img {
        height: 16px;
        margin-top: 7px;
    }

    .header-toolbar li.split {
        margin-left: 8px;
    }

    .header-logo {
        padding-bottom: 28px;
        padding-top: 5px;
    }

    .mainnav li span {
        font-weight: normal;
    }

}


@media (max-width: 320px) {
    body {
        font-size: 14px;
    }

    .mainnav li a {
        font-size: 15px;
    }
}